include the two needed headers instead of <gtk/gtk.h>.
authorMichael Natterer <mitch@imendio.com>
Mon, 7 Jul 2008 09:05:02 +0000 (09:05 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 7 Jul 2008 09:05:02 +0000 (09:05 +0000)
2008-07-07  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilesystem.c: include the two needed headers instead of
<gtk/gtk.h>.

svn path=/trunk/; revision=20804

ChangeLog
gtk/gtkfilesystem.c

index d1a28ac5eb8a4be2b15c91df23a5ff85bf110b74..c7de89ac998bf49183d98914d104f9f84f9acd0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-07  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkfilesystem.c: include the two needed headers instead of
+       <gtk/gtk.h>.
+
 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
index f4006f5265572fd01aa803eccc41c93a2207f2e2..8f8e9c83318b2c76dd3f0e5048a2c3421c73e7fa 100644 (file)
 
 #include <string.h>
 
-#include <gtk/gtk.h>
 #include <glib/gi18n.h>
 
+#include "gtkfilechooser.h"
 #include "gtkfilesystem.h"
+#include "gtkicontheme.h"
 #include "gtkprivate.h"
 
 #include "gtkalias.h"